set Allow Input Source
open fun setAllowInputSource(value: String): ModuleConfigProtos.ModuleConfig.CannedMessageConfig.Builder
Deprecated
meshtastic.ModuleConfig.CannedMessageConfig.allow_input_source is deprecated. See meshtastic/module_config.proto;l=717
Input event origin accepted by the canned message module.
Can be e.g. "rotEnc1", "upDownEnc1", "scanAndSelect", "cardkb", "serialkb", or keyword "_any"
Content copied to clipboard
string allow_input_source = 10 [deprecated = true];
Return
This builder for chaining.
Parameters
value
The allowInputSource to set.